home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00220_Script_220 < prev    next >
Text File  |  1996-12-18  |  172b  |  8 lines

  1. on exitFrame
  2.   repeat with n = 1 to 48
  3.     set the cursor of sprite n = -1
  4.   end repeat
  5.   --
  6.   put "Menu" into field "JumpSub_T"
  7.   go to movie field "JumpName_T"
  8. end